<title>Movable Type System Loader [mt-load.cgi]</title>
<style type=\"text/css\">
<!--
body {
font-family : Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
font-size : smaller;
padding-top : 0px;
padding-left : 0px;
margin : 0px;
padding-bottom : 40px;
width : 80%;
border-right : 1px dotted #8faebe;
}
h1 {
background : #8faebe;
font-size: large;
color : white;
padding : 10px;
margin-top : 0px;
margin-bottom : 20px;
text-align : center;
}
h2 {
color: #fff;
font-size: small;
background : #8faebe;
padding : 5px 10px 5px 10px;
margin-top : 30px;
margin-left : 40px;
margin-right : 40px;
}
h3 {
color: #333;
font-size: small;
margin-left : 40px;
margin-bottom : 0px;
padding-left : 20px;
}
p {
padding-left : 20px;
margin-left : 40px;
margin-right : 60px;
color : #666;
}
ul {
padding-left : 40px;
margin-left : 40px;
}
code {
font-size : small;
}
.info {
margin-left : 60px;
margin-right : 60px;
padding : 20px;
border : 1px solid #666;
background : #eaf2ff;
color : black;
}
.alert {
margin-left : 60px;
margin-right : 60px;
padding : 20px;
border : 1px solid #666;
background : #ff9;
color : black;
}
.ready {
color: #fff;
background-color: #9C6;
}
.bad {
padding-top : 0px;
margin-top : 4px;
border-left : 1px solid red;
padding-left : 10px;
margin-left : 60px;
}
.good {
color: #93b06b;
padding-top : 0px;
margin-top : 0px;
}
//-->
</style>
</head>
<body>
<h1><MT_TRANS phrase="Movable Type System Loader"> [mt-load.cgi]</h1>
<p class="info"><MT_TRANS phrase="This page configures Movable Type to run on your system. If all of the tasks needed to set up Movable Type complete succesfully on your server, you will see a notice to that effect at the bottom of this page. If there are any problems during setup, you will see them display on this page so that you can make the appropriate corrections."></p>
<h2><MT_TRANS phrase="Movable Type System Setup"></h2>
<p class="bad"><MT_TRANS phrase="It looks like your database has already been initialized by mt-load.cgi. Re-running this script will create a security hole, so this script has been prevented from running."></p>
<p><MT_TRANS phrase="Done loading initial data! All went well. You can now continue with setup of the Movable Type system as described in the installation instructions."></p>
HTML
}
sub security_notice {
return trans_templ(<<TEXT);
<h2><MT_TRANS phrase="Very Important:"></h2>
<p class="info"><MT_TRANS phrase="Now that you have run mt-load.cgi, you will never need to run it again. You should now "><strong><MT_TRANS phrase="delete [_1]" params="<code>mt-load.cgi</code>"></strong><MT_TRANS phrase=" from your webserver."></p>
<p class="alert"><strong><MT_TRANS phrase="Failure to delete [_1] introduces a MAJOR SECURITY RISK." params="<code>mt-load.cgi</code>"></strong></p>.